Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
class_exists
class_exists
Check if the class is defined
Name:
class_exists
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Check if the class is defined
Related
Test the effect of curl_upkeep() on request response time
1
How to Use curl_share_init with CURLSHOPT_SHARE for Fine-Grained Control Over DNS, Cookie, and SSL Session Sharing?
6
Combined with database: record file hashing for subsequent verification
4
Use array_fill() combined with array_walk() to achieve dynamic value initialization
4
Similar Functions
is_a
is_a
Checkifanobjectbelon
property_exists
property_exists
Checkifanobjectorcla
get_called_class
get_called_class
Thenameofthe"La
get_mangled_object_vars
get_mangled_object_vars
Itreturnsthesameresu
is_subclass_of
is_subclass_of
Checkswhethertheobje
get_parent_class
get_parent_class
Returnstheparentclas
get_class_vars
get_class_vars
Returnsanarrayofdefa
get_declared_classes
get_declared_classes
Returnsanarraycompos
Popular Articles